Disabled expression

Description

The disabled expression is a logical expression. If the expression evaluates to false, the button will be enabled. If false, the button will be disabled. The expression can reference data properties.

For example, you might have a data property called 'UXState' and this property might have a value of 'dirty' or 'clean'. The Disabled expression could be set to:

UXState == 'dirty'